From eb6fbf907f270e1240d19ea4fc402f4c363776e6 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Wed, 6 Jan 2021 04:32:09 +0000 Subject: [PATCH] doc: fix annotation for GtkCssLocation GtkCssLocation is a type so it should be prefixed with # rather than @. --- gtk/css/gtkcsslocation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/css/gtkcsslocation.c b/gtk/css/gtkcsslocation.c index 4f47501b0b..4d52ded714 100644 --- a/gtk/css/gtkcsslocation.c +++ b/gtk/css/gtkcsslocation.c @@ -30,7 +30,7 @@ * @line_chars: Number of characters parsed since the last line * break * - * @GtkCssLocation is used to present a location in a file - or other + * #GtkCssLocation is used to present a location in a file - or other * source of data parsed by the CSS engine. * * The @bytes and @line_bytes offsets are meant to be used to -- 2.30.2